'使用法 Dim instance As OrderedDictionary(Of TKey,TValue) Dim key As TKey Dim value As TValue Dim value As System.Integer value = instance.Add(key, value)
パラメータ
- key
- The key of the entry to add.
- value
- The value of the entry to add. This value can be .
戻り値の型
The index of the newly added entry.